home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presentation Library 1993 Winter
/
The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z
/
Image.iso
/
Applications
/
Spreadsheets
/
Lotus 1-2-3 Demo
/
1-2-3•Balloons
/
1-2-3•Balloons.rsrc
/
STR#_10102.txt
< prev
next >
Wrap
Text File
|
1992-10-16
|
713b
|
17 lines
Returns the logical value 1.
Tests x. Returns 1 (true) if x is a text string or text cell; returns 0 (false) if x is a value, NA, ERR, or blank cell.
Returns 1 (true) if a text string is a defined range name; returns 0 (false) if it is not.
Tests x. Returns 1 (true) if x is a value or a blank cell; returns 0 (false) if x is a text string or a range.
Tests x for the value NA. Returns 1 (true) if x is the value NA; returns 0 (false) if x is not the value NA.
Tests x for the value ERR. Returns 1 (true) if x is the value ERR; returns 0 (false) if x is not the value ERR.
Returns one value (x) if a condition is true, and another value (y) if the condition is false.
Returns the logical value 0 (false).